Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Character encoding correction function desired #593

Open
kousamugen opened this issue Jun 30, 2022 · 5 comments
Open

Character encoding correction function desired #593

kousamugen opened this issue Jun 30, 2022 · 5 comments
Labels
compatibility Engine differences feature port A feature from MUGEN that is not implemented. group: engine Problem related to engine logic (triggers, sctrls, bytecode, etc.)

Comments

@kousamugen
Copy link

There is a problem that some files with Japanese names cannot be read due to character encoding issues
For example, files with Japanese names such as .cns cannot be read.
Or, the Japanese name file .def itself cannot be read.
etc.
Please modify your encoding to fix these problems.

Engine Version:All Version
OS:Windows 10

@EgyLynx
Copy link

EgyLynx commented Jun 30, 2022

... Well.... That cannot do, unles windows put self at two signs at similar, so
Now byou can´t read at Japanese signs/r letters, but with Nippon keobroard and and these thinks, win can read these, not program...

And it at wery difficult get program which understands at all possible signs at world annd do it fast...
sorry, if that not help you...

@kousamugen
Copy link
Author

No, no, I'm sorry I didn't explain it better either.
I meant to say that the encoding for double-byte characters is not working properly and Japanese files are not loaded.

@NeatUnsou
Copy link
Contributor

They can be read by setting the def file encoding to UTF-8.

MUGEN supports SJIS, so it can read Japanese files, but the only 2-byte character this format supports is Japanese.
This will probably never change, as the UTF-8 format can support many different languages.
Please re-encode files to UTF-8 for IKEMEN GO.

@kousamugen
Copy link
Author

Understood.
Thank you for getting back to me.

@EgyLynx
Copy link

EgyLynx commented Jul 1, 2022

Hmm, litlle easier or complex to code... ... ohmy...

@K4thos K4thos added the compatibility Engine differences label Jan 8, 2023
@K4thos K4thos added feature port A feature from MUGEN that is not implemented. group: engine Problem related to engine logic (triggers, sctrls, bytecode, etc.) labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Engine differences feature port A feature from MUGEN that is not implemented. group: engine Problem related to engine logic (triggers, sctrls, bytecode, etc.)
Projects
None yet
Development

No branches or pull requests

4 participants