Fix the logic for getting DeviceUniqueKey
[platform/framework/native/appfw.git] / inc / FTextEncoder.h
index bb91348..07e30bd 100644 (file)
@@ -39,7 +39,7 @@ namespace Tizen { namespace Text
  *
  * The %Encoder class converts blocks of characters to blocks of encoded bytes
  * through successive calls to the GetBytesN() method. This class maintains the state consistency information between
- * successive calls to GetBytesN(), enabling it to encode a character into a sequence of bytes,
+ * successive calls to %GetBytesN(), enabling it to encode a character into a sequence of bytes,
  * such as surrogate pairs, that span adjacent blocks.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_text_data_separate_blocks.htm">Converting Text Data in Separate Blocks</a>.