Added the UnicodeInformation project, for retrieving and providing Unicode character data.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace UnicodeInformation
|
||||
{
|
||||
public enum UnicodeNumericType : byte
|
||||
{
|
||||
None = 0,
|
||||
Decimal = 1,
|
||||
Digit = 2,
|
||||
Numeric = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user