0 Replies Latest reply on Nov 18, 2004 12:00 AM by squeak

    Move constructor to a method?

    squeak

      Hi

      I edit an html page using the 'manage html' screen, and I type in some swedish characters such as å.ä or ö (hopefully these will be displayed correctly here) and submit the page. When I display the page again, the content is cut short directly after the last occurence of a swedish character.
      If the last sentence is "Hjärtligt välkomna" , then the output is just "Hjärtligt vä".
      I'm using nukes-1.1.0-rc3 built from source and using mysql, running on jboss-3.2.3, and I'm using keymap iso-8859-1. If I peek inside pn_content of the nuke_file table of the db, the html content looks almost alright

      "Hjärtligt välkomma"

      I expect that the swedish chars are stored in unicode which my xterm currently is unable show. At least the entire string is stored in the db.

      So, has anyone run into a similar problem with their international characters?
      If I type the html code for the characters (&auml and such) it works fine, but this is not ok for non-html-nerds to type.