<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Encoding Problem (Korean)</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4411106" />
  <subtitle>Encoding Problem (Korean)</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4411106</id>
  <updated>2013-05-18T21:47:32Z</updated>
  <dc:date>2013-05-18T21:47:32Z</dc:date>
  <entry>
    <title>Encoding Problem (Korean)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4411105" />
    <author>
      <name>HyoCheol Seo</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4411105</id>
    <updated>2011-08-25T09:18:01Z</updated>
    <published>2011-08-25T09:18:01Z</published>
    <summary type="html"> 
I reserve meeting room to CTM by API when i use language all English.
But i don't use Korean.
 
Ical data below..
 
String icalData = "BEGIN:VCALENDAR\n" +
                    "VERSION:2.0\n" +
                    "METHOD:CANCEL\n" +
                    "BEGIN:VTIMEZONE\n"+
                    "TZID:GMT\n"+
                    "BEGIN:STANDARD\n"+
                    "DTSTART:16010101T000000\n" + 
                    "TZOFFSETFROM:+0000\n"+
                    "TZOFFSETTO:+0000\n"+
                    "END:STANDARD\n"+
                    "END:VTIMEZONE\n"+
                    "BEGIN:VEVENT\n" +
                    "ATTENDEE:MAILTO:ciscotp1@METAVC.local\n" +
                    "ATTENDEE:MAILTO:ciscotp2@METAVC.local\n" +
                    "ORGANIZER:MAILTO:test@METAUC.local\n" +
                    "DTSTART;TZID=GMT:20110825T120000Z\n" +
                    "DTEND;TZID=GMT:20110825T130000Z\n" +
                    "STATUS:CANCELLED\n" +
                    "UID:240024D7C40ABDF3ACCF395FA0B\n" +
                   [color=#ff0000][i] "SUMMARY:¿¿\n"[/i][/color] +
                     "BEGIN:VALARM\n"+
                       "TRIGGER;RELATED=START:-PT00H60M00S\n" +
                       "ACTION:DISPLAY\n"+
                       "DESCRIPTION:Reminder\n"+
                       "END:VALARM\n"+
                    "END:VEVENT\n" +
                    "END:VCALENDAR"; 
 
Summary is Korean.
 
Exception Message :
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException: Illegal character ((CTRL-CHAR, code 8))
 at [row,col {unknown-source}]: [22,9]
    at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
    at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.cisco.ts.scheduler.soap.adapters.api.SchedulingAPIStub.scheduleTMeetings(SchedulingAPIStub.java:768)
    at com.cisco.scheduling.SchedulingAPIManager.savaSchedule(SchedulingAPIManager.java:135)
    at com.cisco.scheduling.SchedulingAPIManager.main(SchedulingAPIManager.java:274)
 
Help me!!</summary>
    <dc:creator>HyoCheol Seo</dc:creator>
    <dc:date>2011-08-25T09:18:01Z</dc:date>
  </entry>
</feed>

