You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing about charset tables, it would be great if we can have the possibility to set a default character in case of a mapping is not found (instead of returning an error).
If the default character is not set, an error is returned, and if it's set, the encoder can use it.
In GSM7 official table, the character
ç
does not exist.It would be great if it was possible to customize charset tables.
In my case, I could map
ç
to0x09
, to obtain something like this :hameÇon
, instead of getting an error.What do you think ?
Of course I can make a PR if you like !
The text was updated successfully, but these errors were encountered: