mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
Updated to dmdfe 2.052
This commit is contained in:
+10
-1
@@ -1,6 +1,6 @@
|
||||
// Compiler implementation of the D programming language
|
||||
// utf.h
|
||||
// Copyright (c) 2003-2008 by Digital Mars
|
||||
// Copyright (c) 2003-2010 by Digital Mars
|
||||
// All Rights Reserved
|
||||
// written by Walter Bright
|
||||
// http://www.digitalmars.com
|
||||
@@ -23,4 +23,13 @@ const char *utf_validateString(unsigned char *s, size_t len);
|
||||
|
||||
extern int isUniAlpha(dchar_t);
|
||||
|
||||
void utf_encodeChar(unsigned char *s, dchar_t c);
|
||||
void utf_encodeWchar(unsigned short *s, dchar_t c);
|
||||
|
||||
int utf_codeLengthChar(dchar_t c);
|
||||
int utf_codeLengthWchar(dchar_t c);
|
||||
|
||||
int utf_codeLength(int sz, dchar_t c);
|
||||
void utf_encode(int sz, void *s, dchar_t c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user