WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

HANDLE_CHARSETS: Add Portuguese language support to "infer_charset" option #229

Closed Argent77 closed 9 months ago

Argent77 commented 11 months ago

As of WeiDU v249 the charset conversion list of HANDLE_CHARSET doesn't include (Brazilian) Portuguese language detection.

ALIENQuake commented 11 months ago

Had this problem too, 👍🏻

FredrikLindgren commented 9 months ago

So regexp for brazilian, portuguese, pt_BR. Anything else? I assume this is another case of CP1252?

Argent77 commented 9 months ago

I think that's all. I haven't encountered other mod languages yet that are not supported by HANDLE_CHARSETS.

(There's also Almateria's Restoration Project containing several exotic languages, but I don't think they require explicit support.)