fr.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. Afr: '\uD835\uDD04',
  20. Bfr: '\uD835\uDD05',
  21. Cfr: '\u212D',
  22. Dfr: '\uD835\uDD07',
  23. Efr: '\uD835\uDD08',
  24. Ffr: '\uD835\uDD09',
  25. Gfr: '\uD835\uDD0A',
  26. Hfr: '\u210C',
  27. Ifr: '\u2111',
  28. Jfr: '\uD835\uDD0D',
  29. Kfr: '\uD835\uDD0E',
  30. Lfr: '\uD835\uDD0F',
  31. Mfr: '\uD835\uDD10',
  32. Nfr: '\uD835\uDD11',
  33. Ofr: '\uD835\uDD12',
  34. Pfr: '\uD835\uDD13',
  35. Qfr: '\uD835\uDD14',
  36. Rfr: '\u211C',
  37. Sfr: '\uD835\uDD16',
  38. Tfr: '\uD835\uDD17',
  39. Ufr: '\uD835\uDD18',
  40. Vfr: '\uD835\uDD19',
  41. Wfr: '\uD835\uDD1A',
  42. Xfr: '\uD835\uDD1B',
  43. Yfr: '\uD835\uDD1C',
  44. Zfr: '\u2128',
  45. afr: '\uD835\uDD1E',
  46. bfr: '\uD835\uDD1F',
  47. cfr: '\uD835\uDD20',
  48. dfr: '\uD835\uDD21',
  49. efr: '\uD835\uDD22',
  50. ffr: '\uD835\uDD23',
  51. gfr: '\uD835\uDD24',
  52. hfr: '\uD835\uDD25',
  53. ifr: '\uD835\uDD26',
  54. jfr: '\uD835\uDD27',
  55. kfr: '\uD835\uDD28',
  56. lfr: '\uD835\uDD29',
  57. mfr: '\uD835\uDD2A',
  58. nfr: '\uD835\uDD2B',
  59. ofr: '\uD835\uDD2C',
  60. pfr: '\uD835\uDD2D',
  61. qfr: '\uD835\uDD2E',
  62. rfr: '\uD835\uDD2F',
  63. sfr: '\uD835\uDD30',
  64. tfr: '\uD835\uDD31',
  65. ufr: '\uD835\uDD32',
  66. vfr: '\uD835\uDD33',
  67. wfr: '\uD835\uDD34',
  68. xfr: '\uD835\uDD35',
  69. yfr: '\uD835\uDD36',
  70. zfr: '\uD835\uDD37'
  71. }, 'fr');