Skip to content

Commit

Permalink
Added cp720 encoding (Persian/Farsi)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoiseev authored and ashtuchkin committed Jan 18, 2020
1 parent 2b4125d commit fa594b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions encodings/sbcs-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ module.exports = {
"chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "
},

"cp720": {
"type": "_sbcs",
"chars": "\x80\x81éâ\x84à\x86çêëèïî\x8d\x8e\x8f\x90\u0651\u0652ô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡\u064b\u064c\u064d\u064e\u064f\u0650≈°∙·√ⁿ²■\u00a0"
},

// Aliases of generated encodings.
"ascii8bit": "ascii",
"usascii": "ascii",
Expand Down

0 comments on commit fa594b1

Please sign in to comment.