1. Codepage problems
- Posted by achury Jul 10, 2022
- 1154 views
Any hints on how to manage codepage? On web apps I dont have problemm the code is the same on code and web page. But check on picture that console apps dont work well with accented characters.
https://m.facebook.com/photo.php?fbid=10228666183266454&id=1441867459
I also have some problems with upper() funcion. I get eratic results with accented vowels.
Also note that ed.ex on Wu3 does a great job working accented characters, but on Eu4 simply edx is not functional.
Greetings!
Marco Achury
2. Re: Codepage problems
- Posted by AlexXX Jul 11, 2022
- 1100 views
The easiest way is to use the dos command system_exec("@echo off",0) system exec("chcp 1252", 0)