[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-11-23 Thread demetrio812
Hi, I have another problem from Word pasting:

unexpected char: 0x93 and 0x94

they are very common character coz they are the  char (both open and close 
one)...

thanks

Demetrio

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107268#4107268

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107268
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-05-23 Thread patrickr
I encountered a similar error. For me it was the dash character from MS word.  
Just for readers reference, see JBSEAM-1343

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4048064#4048064

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048064
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-05-12 Thread [EMAIL PROTECTED]
This is the character:

http://www.fileformat.info/info/unicode/char/2019/index.htm

These are the current Unicode ranges supported by the parser:


  | WORD: ('a'..'z'|'A'..'Z'|'0'..'9'|
  |   '\u00c0'..'\u00d6' |
  |   '\u00d8'..'\u00f6' |
  |   '\u00f8'..'\u00ff' |
  |   '\u0100'..'\u1fff' |
  |   '\u3040'..'\u318f' |
  |   '\u3300'..'\u337f' |
  |   '\u3400'..'\u3d2d' |
  |   '\u4e00'..'\u9fff' |
  |   '\uf900'..'\ufaff')+
  | 

If you can find out a reasonable range that qualifies as characters in a 
WORD, we can add it.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4045224#4045224

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045224
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem pasting text from Word using s:formattedText

2007-05-12 Thread dd_la_frime
Ok thank you very much.
So the problem is with Office Word, the apostrophe is not well encoded (well 
in french for sure).

Maybe if you can add this character it will be great for french people.

Cheers.

[EMAIL PROTECTED] wrote : This is the character:
  | 
  | http://www.fileformat.info/info/unicode/char/2019/index.htm
  | 
  | These are the current Unicode ranges supported by the parser:
  | 
  | 
  |   | WORD: ('a'..'z'|'A'..'Z'|'0'..'9'|
  |   |   '\u00c0'..'\u00d6' |
  |   |   '\u00d8'..'\u00f6' |
  |   |   '\u00f8'..'\u00ff' |
  |   |   '\u0100'..'\u1fff' |
  |   |   '\u3040'..'\u318f' |
  |   |   '\u3300'..'\u337f' |
  |   |   '\u3400'..'\u3d2d' |
  |   |   '\u4e00'..'\u9fff' |
  |   |   '\uf900'..'\ufaff')+
  |   | 
  | 
  | If you can find out a reasonable range that qualifies as characters in a 
WORD, we can add it.
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4045228#4045228

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045228
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user