X7ROOT File Manager
Current Path:
/opt/alt/libicu65/usr/share/doc/alt-libicu65-devel/samples/translit
opt
/
alt
/
libicu65
/
usr
/
share
/
doc
/
alt-libicu65-devel
/
samples
/
translit
/
ðŸ“
..
📄
Makefile
(638 B)
📄
README.TXT
(3.83 KB)
ðŸ“
answers
📄
main.cpp
(3.92 KB)
📄
translit.sln
(1.18 KB)
📄
translit.vcxproj
(9.12 KB)
📄
translit.vcxproj.filters
(1.15 KB)
📄
unaccent.cpp
(1.74 KB)
📄
unaccent.h
(2.9 KB)
📄
util.cpp
(2.24 KB)
📄
util.h
(880 B)
Editing: util.h
/*********************************************************************** * © 2016 and later: Unicode, Inc. and others. * License & terms of use: http://www.unicode.org/copyright.html#License *********************************************************************** *********************************************************************** * COPYRIGHT: * Copyright (c) 1999-2002, International Business Machines Corporation and * others. All Rights Reserved. ***********************************************************************/ #include "unicode/unistr.h" using namespace icu; // Verify that a UErrorCode is successful; exit(1) if not void check(UErrorCode& status, const char* msg); // Replace nonprintable characters with unicode escapes UnicodeString escape(const UnicodeString &source); // Print the given string to stdout void uprintf(const UnicodeString &str);
Upload File
Create Folder