mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-227 HP/UX10.2 wants a new line at the end of the file.
Fix : Added a new line at the end of the file for convert.cpp X-SVN-Rev: 573
This commit is contained in:
parent
f3d4efa32d
commit
571fbf2628
1 changed files with 6 additions and 1 deletions
|
@ -473,4 +473,9 @@ void UnicodeConverterCPP::fixFileSeparator(UnicodeString& source) const
|
|||
bool_t UnicodeConverterCPP::isAmbiguous(void) const
|
||||
{
|
||||
return ucnv_isAmbiguous(myUnicodeConverter);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue