MeVisLab Toolbox Reference
mlUnicodeCodePoints.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2012, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #ifndef ML_UNICODE_CODE_POINTS_H
14 #define ML_UNICODE_CODE_POINTS_H
15 
17 
18 #include "mlTypeDefs.h"
19 
20 namespace ml
21 {
22  namespace Unicode
23  {
24  // U+0080 - U+00FF (C1 controls and Latin-1 supplement)
25  const MLuint32 DegreeSign = 0x00B0;
26  const MLuint32 SuperscriptTwo = 0x00B2;
27  const MLuint32 SuperscriptThree = 0x00B3;
28  const MLuint32 SuperscriptOne = 0x00B9;
29 
30  // U+02B0 - U+02FF ( Spacing Modifier Letters )
31  // Fallback for Superscript Minus on XP
33 
34  // U+2070 - U+209F (Superscripts and Subscripts)
35  const MLuint32 SuperscriptMinus = 0x207B;
36 
37  // U+2190 - U+21FF (Arrows)
40  }
41 }
42 
43 #endif // __mlUnicodeCodePoints_H
unsigned int MLuint32
Definition: mlTypeDefs.h:191
const MLuint32 AntiClockwiseOpenCircleArrow
const MLuint32 SuperscriptOne
const MLuint32 ClockwiseOpenCircleArrow
const MLuint32 ModifierLetterMacron
const MLuint32 DegreeSign
const MLuint32 SuperscriptMinus
const MLuint32 SuperscriptThree
const MLuint32 SuperscriptTwo
Main documentation file for ML users and developers.
Definition: SoSFMLImage.h:51