math_whitespace.js 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. [
  2. {
  3. "category": "Zs",
  4. "mappings": {
  5. "default": {
  6. "default": "space"
  7. }
  8. },
  9. "key": "0020"
  10. },
  11. {
  12. "category": "Zs",
  13. "mappings": {
  14. "default": {
  15. "default": "no break space",
  16. "alternative": "non breaking space"
  17. }
  18. },
  19. "key": "00A0"
  20. },
  21. {
  22. "category": "Cf",
  23. "mappings": {
  24. "default": {
  25. "default": "soft hyphen"
  26. }
  27. },
  28. "key": "00AD"
  29. },
  30. {
  31. "category": "Zs",
  32. "mappings": {
  33. "default": {
  34. "default": "en quad"
  35. }
  36. },
  37. "key": "2000"
  38. },
  39. {
  40. "category": "Zs",
  41. "mappings": {
  42. "default": {
  43. "default": "em quad"
  44. }
  45. },
  46. "key": "2001"
  47. },
  48. {
  49. "category": "Zs",
  50. "mappings": {
  51. "default": {
  52. "default": "en space"
  53. }
  54. },
  55. "key": "2002"
  56. },
  57. {
  58. "category": "Zs",
  59. "mappings": {
  60. "default": {
  61. "default": "em space"
  62. }
  63. },
  64. "key": "2003"
  65. },
  66. {
  67. "category": "Zs",
  68. "mappings": {
  69. "default": {
  70. "default": "three per em space"
  71. }
  72. },
  73. "key": "2004"
  74. },
  75. {
  76. "category": "Zs",
  77. "mappings": {
  78. "default": {
  79. "default": "four per em space"
  80. }
  81. },
  82. "key": "2005"
  83. },
  84. {
  85. "category": "Zs",
  86. "mappings": {
  87. "default": {
  88. "default": "six per em space"
  89. }
  90. },
  91. "key": "2006"
  92. },
  93. {
  94. "category": "Zs",
  95. "mappings": {
  96. "default": {
  97. "default": "figure space"
  98. }
  99. },
  100. "key": "2007"
  101. },
  102. {
  103. "category": "Zs",
  104. "mappings": {
  105. "default": {
  106. "default": "punctuation space"
  107. }
  108. },
  109. "key": "2008"
  110. },
  111. {
  112. "category": "Zs",
  113. "mappings": {
  114. "default": {
  115. "default": "thin space"
  116. }
  117. },
  118. "key": "2009"
  119. },
  120. {
  121. "category": "Zs",
  122. "mappings": {
  123. "default": {
  124. "default": "hair space"
  125. }
  126. },
  127. "key": "200A"
  128. },
  129. {
  130. "category": "Cf",
  131. "mappings": {
  132. "default": {
  133. "default": "zero width space"
  134. }
  135. },
  136. "key": "200B"
  137. },
  138. {
  139. "category": "Cf",
  140. "mappings": {
  141. "default": {
  142. "default": "zero width non joiner"
  143. }
  144. },
  145. "key": "200C"
  146. },
  147. {
  148. "category": "Cf",
  149. "mappings": {
  150. "default": {
  151. "default": "zero width joiner"
  152. }
  153. },
  154. "key": "200D"
  155. },
  156. {
  157. "category": "Cf",
  158. "mappings": {
  159. "default": {
  160. "default": "left to right mark"
  161. }
  162. },
  163. "key": "200E"
  164. },
  165. {
  166. "category": "Cf",
  167. "mappings": {
  168. "default": {
  169. "default": "right to left mark"
  170. }
  171. },
  172. "key": "200F"
  173. },
  174. {
  175. "category": "Zl",
  176. "mappings": {
  177. "default": {
  178. "default": "line separator"
  179. }
  180. },
  181. "key": "2028"
  182. },
  183. {
  184. "category": "Zp",
  185. "mappings": {
  186. "default": {
  187. "default": "paragraph separator"
  188. }
  189. },
  190. "key": "2029"
  191. },
  192. {
  193. "category": "Cf",
  194. "mappings": {
  195. "default": {
  196. "default": "left to right embedding"
  197. }
  198. },
  199. "key": "202A"
  200. },
  201. {
  202. "category": "Cf",
  203. "mappings": {
  204. "default": {
  205. "default": "right to left embedding"
  206. }
  207. },
  208. "key": "202B"
  209. },
  210. {
  211. "category": "Cf",
  212. "mappings": {
  213. "default": {
  214. "default": "pop directional formatting"
  215. }
  216. },
  217. "key": "202C"
  218. },
  219. {
  220. "category": "Cf",
  221. "mappings": {
  222. "default": {
  223. "default": "left to right override"
  224. }
  225. },
  226. "key": "202D"
  227. },
  228. {
  229. "category": "Cf",
  230. "mappings": {
  231. "default": {
  232. "default": "right to left override"
  233. }
  234. },
  235. "key": "202E"
  236. },
  237. {
  238. "category": "Zs",
  239. "mappings": {
  240. "default": {
  241. "default": "narrow no break space"
  242. }
  243. },
  244. "key": "202F"
  245. },
  246. {
  247. "category": "Zs",
  248. "mappings": {
  249. "default": {
  250. "default": "medium mathematical space"
  251. }
  252. },
  253. "key": "205F"
  254. },
  255. {
  256. "category": "Cf",
  257. "mappings": {
  258. "default": {
  259. "default": "word joiner"
  260. }
  261. },
  262. "key": "2060"
  263. },
  264. {
  265. "category": "Cf",
  266. "mappings": {
  267. "default": {
  268. "default": "function application",
  269. "short": "of"
  270. }
  271. },
  272. "key": "2061"
  273. },
  274. {
  275. "category": "Cf",
  276. "mappings": {
  277. "default": {
  278. "default": "invisible times",
  279. "short": "times"
  280. }
  281. },
  282. "key": "2062"
  283. },
  284. {
  285. "category": "Cf",
  286. "mappings": {
  287. "default": {
  288. "default": "invisible separator",
  289. "short": "separator"
  290. }
  291. },
  292. "key": "2063"
  293. },
  294. {
  295. "category": "Cf",
  296. "mappings": {
  297. "default": {
  298. "default": "invisible plus",
  299. "short": "plus"
  300. }
  301. },
  302. "key": "2064"
  303. },
  304. {
  305. "category": "Cf",
  306. "mappings": {
  307. "default": {
  308. "default": "inhibit symmetric swapping"
  309. }
  310. },
  311. "key": "206A"
  312. },
  313. {
  314. "category": "Cf",
  315. "mappings": {
  316. "default": {
  317. "default": "activate symmetric swapping"
  318. }
  319. },
  320. "key": "206B"
  321. },
  322. {
  323. "category": "Cf",
  324. "mappings": {
  325. "default": {
  326. "default": "national digit shapes"
  327. }
  328. },
  329. "key": "206E"
  330. },
  331. {
  332. "category": "Cf",
  333. "mappings": {
  334. "default": {
  335. "default": "nominal digit shapes"
  336. }
  337. },
  338. "key": "206F"
  339. },
  340. {
  341. "category": "Cf",
  342. "mappings": {
  343. "default": {
  344. "default": "zero width no break space",
  345. "alternative": "byte order mark"
  346. }
  347. },
  348. "key": "FEFF"
  349. },
  350. {
  351. "category": "Cf",
  352. "mappings": {
  353. "default": {
  354. "default": "interlinear annotation anchor"
  355. }
  356. },
  357. "key": "FFF9"
  358. },
  359. {
  360. "category": "Cf",
  361. "mappings": {
  362. "default": {
  363. "default": "interlinear annotation separator"
  364. }
  365. },
  366. "key": "FFFA"
  367. },
  368. {
  369. "category": "Cf",
  370. "mappings": {
  371. "default": {
  372. "default": "interlinear annotation terminator"
  373. }
  374. },
  375. "key": "FFFB"
  376. }
  377. ]