scr.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import * as Entities from '../Entities.js';
  18. Entities.add({
  19. Ascr: '\uD835\uDC9C',
  20. Bscr: '\u212C',
  21. Cscr: '\uD835\uDC9E',
  22. Dscr: '\uD835\uDC9F',
  23. Escr: '\u2130',
  24. Fscr: '\u2131',
  25. Gscr: '\uD835\uDCA2',
  26. Hscr: '\u210B',
  27. Iscr: '\u2110',
  28. Jscr: '\uD835\uDCA5',
  29. Kscr: '\uD835\uDCA6',
  30. Lscr: '\u2112',
  31. Mscr: '\u2133',
  32. Nscr: '\uD835\uDCA9',
  33. Oscr: '\uD835\uDCAA',
  34. Pscr: '\uD835\uDCAB',
  35. Qscr: '\uD835\uDCAC',
  36. Rscr: '\u211B',
  37. Sscr: '\uD835\uDCAE',
  38. Tscr: '\uD835\uDCAF',
  39. Uscr: '\uD835\uDCB0',
  40. Vscr: '\uD835\uDCB1',
  41. Wscr: '\uD835\uDCB2',
  42. Xscr: '\uD835\uDCB3',
  43. Yscr: '\uD835\uDCB4',
  44. Zscr: '\uD835\uDCB5',
  45. ascr: '\uD835\uDCB6',
  46. bscr: '\uD835\uDCB7',
  47. cscr: '\uD835\uDCB8',
  48. dscr: '\uD835\uDCB9',
  49. escr: '\u212F',
  50. fscr: '\uD835\uDCBB',
  51. gscr: '\u210A',
  52. hscr: '\uD835\uDCBD',
  53. iscr: '\uD835\uDCBE',
  54. jscr: '\uD835\uDCBF',
  55. kscr: '\uD835\uDCC0',
  56. lscr: '\uD835\uDCC1',
  57. mscr: '\uD835\uDCC2',
  58. nscr: '\uD835\uDCC3',
  59. oscr: '\u2134',
  60. pscr: '\uD835\uDCC5',
  61. qscr: '\uD835\uDCC6',
  62. rscr: '\uD835\uDCC7',
  63. sscr: '\uD835\uDCC8',
  64. tscr: '\uD835\uDCC9',
  65. uscr: '\uD835\uDCCA',
  66. vscr: '\uD835\uDCCB',
  67. wscr: '\uD835\uDCCC',
  68. xscr: '\uD835\uDCCD',
  69. yscr: '\uD835\uDCCE',
  70. zscr: '\uD835\uDCCF'
  71. }, 'scr');