Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试过 RTM,但是:给定一个 ICU UErrorCode,我怎样才能获得相应的错误消息字符串?即,ICU 相当于strerror(3).
UErrorCode
strerror(3)
const char *u_errorName(UErrorCode code) 是 ErrorCode::errorName 的 C 版本 - 但没有比枚举名称更多的“错误消息”。不过,这是个好主意——我建议提交一个错误。或者,考虑贡献代码和数据?理想情况下,它应该是本地化消息……</p>