Last active
February 1, 2022 15:17
-
-
Save kthy/92159f703d1ef52100c400e1b0d4321a to your computer and use it in GitHub Desktop.
UnicodeData.txt initial lines and field descriptions - full file at <http://www.unicode.org/Public/UNIDATA/UnicodeData.txt>
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CodePoint;CharacterName;GeneralCategory;CanonicalCombiningClasses;BidirectionalCategory;CharacterDecompositionMapping;DecimalDigitValue;DigitValue;NumericValue;Mirrored;Unicode 1.0 Name;ISO-10646CommentField;UppercaseMapping;LowercaseMapping;TitlecaseMapping | |
0000;<control>;Cc;0;BN;;;;;N;NULL;;;; | |
0001;<control>;Cc;0;BN;;;;;N;START OF HEADING;;;; | |
0002;<control>;Cc;0;BN;;;;;N;START OF TEXT;;;; | |
0003;<control>;Cc;0;BN;;;;;N;END OF TEXT;;;; | |
0004;<control>;Cc;0;BN;;;;;N;END OF TRANSMISSION;;;; | |
0005;<control>;Cc;0;BN;;;;;N;ENQUIRY;;;; | |
0006;<control>;Cc;0;BN;;;;;N;ACKNOWLEDGE;;;; | |
0007;<control>;Cc;0;BN;;;;;N;BELL;;;; | |
0008;<control>;Cc;0;BN;;;;;N;BACKSPACE;;;; | |
0009;<control>;Cc;0;S;;;;;N;CHARACTER TABULATION;;;; | |
000A;<control>;Cc;0;B;;;;;N;LINE FEED (LF);;;; | |
000B;<control>;Cc;0;S;;;;;N;LINE TABULATION;;;; | |
000C;<control>;Cc;0;WS;;;;;N;FORM FEED (FF);;;; | |
000D;<control>;Cc;0;B;;;;;N;CARRIAGE RETURN (CR);;;; | |
000E;<control>;Cc;0;BN;;;;;N;SHIFT OUT;;;; | |
000F;<control>;Cc;0;BN;;;;;N;SHIFT IN;;;; | |
0010;<control>;Cc;0;BN;;;;;N;DATA LINK ESCAPE;;;; | |
0011;<control>;Cc;0;BN;;;;;N;DEVICE CONTROL ONE;;;; | |
0012;<control>;Cc;0;BN;;;;;N;DEVICE CONTROL TWO;;;; | |
0013;<control>;Cc;0;BN;;;;;N;DEVICE CONTROL THREE;;;; | |
0014;<control>;Cc;0;BN;;;;;N;DEVICE CONTROL FOUR;;;; | |
0015;<control>;Cc;0;BN;;;;;N;NEGATIVE ACKNOWLEDGE;;;; | |
0016;<control>;Cc;0;BN;;;;;N;SYNCHRONOUS IDLE;;;; | |
0017;<control>;Cc;0;BN;;;;;N;END OF TRANSMISSION BLOCK;;;; | |
0018;<control>;Cc;0;BN;;;;;N;CANCEL;;;; | |
0019;<control>;Cc;0;BN;;;;;N;END OF MEDIUM;;;; | |
001A;<control>;Cc;0;BN;;;;;N;SUBSTITUTE;;;; | |
001B;<control>;Cc;0;BN;;;;;N;ESCAPE;;;; | |
001C;<control>;Cc;0;B;;;;;N;INFORMATION SEPARATOR FOUR;;;; | |
001D;<control>;Cc;0;B;;;;;N;INFORMATION SEPARATOR THREE;;;; | |
001E;<control>;Cc;0;B;;;;;N;INFORMATION SEPARATOR TWO;;;; | |
001F;<control>;Cc;0;S;;;;;N;INFORMATION SEPARATOR ONE;;;; | |
0020;SPACE;Zs;0;WS;;;;;N;;;;; | |
0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;; | |
0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;; | |
;(Full file at <http://www.unicode.org/Public/UNIDATA/UnicodeData.txt>) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment