Recent

Author Topic: how to change ascii table?  (Read 2778 times)

Weiss

  • Full Member
  • ***
  • Posts: 244
how to change ascii table?
« on: February 25, 2023, 09:27:02 am »
after Englisizing a Japanese Windows 10, FP IDE still shows hierogliphs here and there in FP IDE. When I check menu bar tools -> ascii table, it is still Japanese. How to change that? Can I manually replace the ascii table for FP IDE?

Nicole

  • Hero Member
  • *****
  • Posts: 1324
Re: how to change ascii table?
« Reply #1 on: February 25, 2023, 10:54:01 am »
after Englisizing a Japanese Windows 10

How have you done this?
Windows languages is highly complex and works with junctions. So there is only one windows which is English.

Try this
Win + R
cmd
dir /l

to see such junctions.
Not sure, if this helps you, but I tried to share an idea.

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2269
  • Fifty shades of code.
    • Delphi & FreePascal
Re: how to change ascii table?
« Reply #2 on: February 25, 2023, 11:53:02 am »
after Englisizing a Japanese Windows 10, FP IDE still shows hierogliphs here and there in FP IDE. When I check menu bar tools -> ascii table, it is still Japanese. How to change that? Can I manually replace the ascii table for FP IDE?
Did you added that on your own?
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

paweld

  • Hero Member
  • *****
  • Posts: 1644
Re: how to change ascii table?
« Reply #3 on: February 25, 2023, 12:20:01 pm »
you must change codepage, for active session:
Code: [Select]
C:\FPC\3.2.2\bin\i386-win32> chcp 437 
C:\FPC\3.2.2\bin\i386-win32> fp.exe 
 
Or you can change it permanently:
- run regedit
- in the key: HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor add a new String Value named Autorun.
- set the value to chcp 437
Best regards / Pozdrawiam
paweld

Weiss

  • Full Member
  • ***
  • Posts: 244
Re: how to change ascii table?
« Reply #4 on: March 03, 2023, 12:50:52 am »
thank you everybody for input. Got to a better place now, still an ocasional hierogliph pops with system messages I guess, but generally a usable machine now. At least FP character map does not have them.

 

TinyPortal © 2005-2018