HammerPlusPlus-Issue-Tracker icon indicating copy to clipboard operation
HammerPlusPlus-Issue-Tracker copied to clipboard

[Feature Request] [BUILD 8860] Adding support for non-ASCII characters

Open mathieu12 opened this issue 2 years ago • 1 comments

Hi :)

I'm currently making a mod for Portal 2 and also the differents translations as well. But Hammer++ (and the classic Hammer) doesn't support non-ASCII characters. For instance, when you put a russian text into a game_text entity, it shows: ?????????????

In order to bypass that, I'm using a hexadecimal editor to edit the bsp and add my translated texts but having Hammer++ being able to support these non-ASCII characters would be so cooool!

Is it feasible?

Thanks in advance.

mathieu12 avatar Jun 09 '22 14:06 mathieu12

Use localization files, such characters will most likely break the structure of the VMF file (mentioned very often on the valve dev wiki) and you will completely lose the source.

MARK2580 avatar Jun 10 '22 03:06 MARK2580