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
90 stars 20 forks source link

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

Closed Argent77 closed 1 year ago

Argent77 commented 1 year ago

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

ALIENQuake commented 1 year ago

Had this problem too, 👍🏻

FredrikLindgren commented 1 year ago

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

Argent77 commented 1 year 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.)