Uploaded image for project: 'Log4cxx'
  1. Log4cxx
  2. LOGCXX-107

Can't compile log4cxx in ascii on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.10.0
    • None
    • None
    • Windows

    Description

      on unicodehelper.cpp at line 95
      ////////
      #if defined(_WIN32)
      unsigned int UnicodeHelper::decodeWide(const wchar_t*& src, const wchar_t* srcEnd) {
      unsigned int sv = *(src++);
      if (sv < 0xDC00 || sv >= 0xDC00)

      { return sv; }

      /////
      according to unicodhelper.h the line should be "#if LOG4CXX_HAS_WCHAR_T"

      Attachments

        Activity

          People

            carnold@apache.org Curt Arnold
            alkpone Alban Seurat
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: