/opt/alt/libicu71/usr/share/doc/alt-libicu71-devel/samples/msgfmt
NameSizeModeActions
answers/-0755rm
main.cpp15630644editdlrm
Makefile6170644editdlrm
msgfmt.sln12020644editdlrm
msgfmt.vcxproj82630644editdlrm
msgfmt.vcxproj.filters9670644editdlrm
README.TXT31410644editdlrm
util.cpp22890644editdlrm
util.h8710644editdlrm
Edit: /opt/alt/libicu71/usr/share/doc/alt-libicu71-devel/samples/msgfmt/util.h (871B)
/********************************************************************** * © 2016 and later: Unicode, Inc. and others. * License & terms of use: http://www.unicode.org/copyright.html *********************************************************************** *********************************************************************** * 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);