Skip to content

Commit

Permalink
Merge pull request #2 from eugenehr/master
Browse files Browse the repository at this point in the history
Fetch remote updates
  • Loading branch information
hasan-tayyar-besik authored Jan 4, 2024
2 parents 7decb9b + ecd7abc commit 1e28e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cp1006.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ to_unicode(16#AE) -> 16#061F;
to_unicode(16#AF) -> 16#FE81;
to_unicode(16#B0) -> 16#FE8D;
to_unicode(16#B1) -> 16#FE8E;
to_unicode(16#B2) -> 16#FE8E;
to_unicode(16#B2) -> 16#F8FB;
to_unicode(16#B3) -> 16#FE8F;
to_unicode(16#B4) -> 16#FE91;
to_unicode(16#B5) -> 16#FB56;
Expand Down Expand Up @@ -119,7 +119,7 @@ from_unicode(16#061F) -> 16#AE;
from_unicode(16#FE81) -> 16#AF;
from_unicode(16#FE8D) -> 16#B0;
from_unicode(16#FE8E) -> 16#B1;
from_unicode(16#FE8E) -> 16#B2;
from_unicode(16#F8FB) -> 16#B2;
from_unicode(16#FE8F) -> 16#B3;
from_unicode(16#FE91) -> 16#B4;
from_unicode(16#FB56) -> 16#B5;
Expand Down

0 comments on commit 1e28e56

Please sign in to comment.