iconv: add euro symbol to GBK as single byte 0x80
commitca6f46aff1fc89c3d06ff9e85ab8c7871a695924
authorRich Felker <dalias@aerifal.cx>
Fri, 1 Mar 2024 20:49:58 +0000 (1 15:49 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 1 Mar 2024 20:49:58 +0000 (1 15:49 -0500)
tree3f011409e97a47a97b32939e8d13de26783dd1a9
parent0784374d561435f7c787a555aeab8ede699ed298
iconv: add euro symbol to GBK as single byte 0x80

this is how it's defined in the cp936 document referenced by the IANA
charset registry as defining GBK, and of the mappings defined there,
was the only one missing.

it is not accepted for GB18030, as GB18030 is a UTF and has its own
unique mapping for the euro symbol.
src/locale/iconv.c