diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-08-18 13:00:10 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-08-18 13:00:10 -0400 |
commit | 06a964709373d4f7a4308453651b4ead66af132d (patch) | |
tree | 1d1b85305cedd2061b3fcfa7c1ea91765ac17bdf /src | |
parent | e1b57ede3ecad17e8f3c4e59f7fb0df1d5a6b2f4 (diff) | |
download | musl-06a964709373d4f7a4308453651b4ead66af132d.tar.gz musl-06a964709373d4f7a4308453651b4ead66af132d.tar.xz musl-06a964709373d4f7a4308453651b4ead66af132d.zip |
iconv: add cp858
this is the same as cp850, but with the euro symbol replacing the lowercase dotless i at 0xd5. it is significant because it's used by thermal receipt printers.
Diffstat (limited to 'src')
-rw-r--r-- | src/locale/codepages.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/locale/codepages.h b/src/locale/codepages.h index 4e236ef3..a254f0f5 100644 --- a/src/locale/codepages.h +++ b/src/locale/codepages.h @@ -286,6 +286,17 @@ "\323\174\103\215\64\365\124\123\213\77\336\150\263\115\66\375\164\363\12\55" "\255\304\42\261\57\266\234\162\17\56\260\240\162\113\56\263\310\62\66\50" +"cp858\0" +"\0\40" +"\307\360\223\216\70\344\200\123\316\71\352\254\203\316\73\356\260\103\114\61" +"\311\230\143\14\75\366\310\263\117\76\377\130\303\15\76\243\140\163\15\135" +"\341\264\63\217\76\361\104\243\212\56\277\270\302\112\57\274\204\262\312\56" +"\140\207\55\66\315\72\7\43\14\60\251\104\375\163\321\113\213\122\212\315" +"\67\363\274\163\316\63\367\74\316\60\110\13\175\65\325\116\373\254\65\51" +"\360\100\243\314\62\310\220\334\214\63\317\340\134\163\327\134\233\302\314\326" +"\323\174\103\215\64\365\124\123\213\77\336\150\263\115\66\375\164\363\12\55" +"\255\304\42\261\57\266\234\162\17\56\260\240\162\113\56\263\310\62\66\50" + "cp866\0" "\0\40" "\337\201\27\236\170\343\221\127\236\171\347\241\227\236\172" |