Menu

#2 Unicode support

closed
None
5
2009-01-10
2005-06-11
bithub
No

I just thought it would be a good idea to add unicode
support to the library.

Discussion

  • Nathan Ollerenshaw

    I'm not sure this is the best place to add unicode support.

    The problem is that IRC doesn't specify what encoding to use for comms, other than ASCII. It has become common practice in most IRC clients to set encoding on a per server or channel basis, and process strings based on that encoding.

    Right now, libircclient doesn't need to remember what encoding a particular channel is, and just sends the bytes unadulterated. This allows consumers of the library to implement whatever encoding systems they want.

     
  • Nathan Ollerenshaw

    • assigned_to: nobody --> chromerium
    • status: open --> closed
     
  • Nathan Ollerenshaw

    Closing this as I don't believe libircclient is the best place to handle encoding.

     

Log in to post a comment.