bhdocs
  • 🙂#BeHappy
  • Guides
    • Creating your first project
  • Primary
    • Commands
      • set
      • msg
      • system
      • ums
        • CF
        • PS
        • CS
      • var
      • ankita
      • version
      • show
      • printdbg
      • app
      • com
  • ☢️Errors
    • ErrorPath
      • Program - 0
        • 0
      • Parser - 1
        • 0 - Spilled out obscure object
        • 1 - Invalid syntax!
        • 2 - Varriable not found.
        • 3 - ConKey not found
        • 4 - Content start key not found.
        • 5 - Lang not found
        • 6 - End key not found
        • 7 - Encoding is not found
        • 8 - Ankita keyword is not found
        • 9 - Ankita value is not found
        • 10 - The as suffix was removed
        • 11 - Invalid key!
        • 12 - Signed Value not found!
        • 13 - Signed Values not found!
      • ErrorHandle - 2
        • 0 - An error occurred in the error printing.
  • Extras
    • Command Rules
    • Argumants
    • Element Types
      • window
    • System KeyWords
      • OutputEncoding
      • Title
  • About-Us
    • Members
Powered by GitBook
On this page
  1. ☢️Errors
  2. ErrorPath
  3. Parser - 1

7 - Encoding is not found

End key not found.

system outputencoding ufp-8;
BH#1#7 - DevCode -> 0 | Path 'C:\Users\GROOPHY\Desktop\scripttest.txt'
Encoding is not found, this might be what you're looking for: 'uft-8'.
Ln: '0' | ChLn: '22-23' | Ch: 'u'
system outputencoding ufp-8;

https://groophy.gitbook.io/bhdocs/extras/systemkeywords/outputencoding

Fix method:

system outputencoding uft-8;
Previous6 - End key not foundNext8 - Ankita keyword is not found

Last updated 2 years ago