From e628e3722381a732163019e44b6e195bdb826c47 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Sat, 17 Apr 2010 17:09:40 +0000 Subject: [PATCH] Completed documentation for the exceptions. Fixed bug ID: 2960112: is_bom wording fix git-svn-id: http://svn.code.sf.net/p/utfcpp/code@112 a809a056-fc17-0410-9590-b4f493f8b08e --- doc/utf8cpp.html | 182 ++++++++++++++++++++++++++++--- source/utf8/core.h | 2 +- test_drivers/smoke_test/test.cpp | 8 +- 3 files changed, 173 insertions(+), 19 deletions(-) diff --git a/doc/utf8cpp.html b/doc/utf8cpp.html index 4bd700f..14b224e 100644 --- a/doc/utf8cpp.html +++ b/doc/utf8cpp.html @@ -67,7 +67,7 @@
  • Ensure that a string contains valid UTF-8 text
  • - +
  • Reference