commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [task #4169] Ensure that all Classpath supported encodings a


From: Audrius Meškauskas
Subject: [commit-cp] [task #4169] Ensure that all Classpath supported encodings are plugged into CORBA
Date: Fri, 20 May 2005 07:00:37 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

URL:
  <http://savannah.gnu.org/task/?func=detailitem&item_id=4169>

                 Summary: Ensure that all Classpath supported encodings are
plugged into CORBA
                 Project: classpath
            Submitted by: audriusa
            Submitted on: Fri 05/20/2005 at 07:00
                Category: None
         Should Start On: Fri 05/20/2005 at 00:00
   Should be Finished on: Fri 05/20/2005 at 00:00
                Priority: 1 - Later
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

CORBA supports two string and char types, the "wide" (usually 16 bit)
encoding and the "narrow" (usually 8 bit) encoding. When sending a string or
even a single character to another CORBA system, the message must include a
context record, indicating, how the text is encoded. The charsets are
indicated by providing they standard RGY code (ASCII = 0x00010020, UTF8 =
0x05010001, UTF-16 = 0x00010109) and so on. It is importat to ensure that
CORBA supports all encodings, that are currently supported by Classpath. The
responsible class is gnu.CORBA.GIOP.CharSets_OSF. It tries to detect the
available encodings automatically, but the internal hashtables must contain
the RGY code of the available encoding. I have included all RGY codes I was
able to find; if you known more, please add them into that class. 






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?func=detailitem&item_id=4169>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]