o.ts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. OElig: '\u0152',
  20. Oacute: '\u00D3',
  21. Ocirc: '\u00D4',
  22. Ocy: '\u041E',
  23. Odblac: '\u0150',
  24. Ograve: '\u00D2',
  25. Omacr: '\u014C',
  26. Omicron: '\u039F',
  27. OpenCurlyDoubleQuote: '\u201C',
  28. OpenCurlyQuote: '\u2018',
  29. Or: '\u2A54',
  30. Oslash: '\u00D8',
  31. Otilde: '\u00D5',
  32. Otimes: '\u2A37',
  33. Ouml: '\u00D6',
  34. OverBracket: '\u23B4',
  35. OverParenthesis: '\u23DC',
  36. oS: '\u24C8',
  37. oacute: '\u00F3',
  38. oast: '\u229B',
  39. ocir: '\u229A',
  40. ocirc: '\u00F4',
  41. ocy: '\u043E',
  42. odash: '\u229D',
  43. odblac: '\u0151',
  44. odiv: '\u2A38',
  45. odot: '\u2299',
  46. odsold: '\u29BC',
  47. oelig: '\u0153',
  48. ofcir: '\u29BF',
  49. ogon: '\u02DB',
  50. ograve: '\u00F2',
  51. ogt: '\u29C1',
  52. ohbar: '\u29B5',
  53. ohm: '\u03A9',
  54. oint: '\u222E',
  55. olarr: '\u21BA',
  56. olcir: '\u29BE',
  57. olcross: '\u29BB',
  58. oline: '\u203E',
  59. olt: '\u29C0',
  60. omacr: '\u014D',
  61. omid: '\u29B6',
  62. ominus: '\u2296',
  63. opar: '\u29B7',
  64. operp: '\u29B9',
  65. oplus: '\u2295',
  66. orarr: '\u21BB',
  67. ord: '\u2A5D',
  68. order: '\u2134',
  69. orderof: '\u2134',
  70. ordf: '\u00AA',
  71. ordm: '\u00BA',
  72. origof: '\u22B6',
  73. oror: '\u2A56',
  74. orslope: '\u2A57',
  75. orv: '\u2A5B',
  76. oslash: '\u00F8',
  77. otilde: '\u00F5',
  78. otimes: '\u2297',
  79. otimesas: '\u2A36',
  80. ouml: '\u00F6',
  81. ovbar: '\u233D'
  82. }, 'o');