DO NOT REPLY [Bug 51789] funny characters in documentation comments

2012-03-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51789

Mehdi Houshmand  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51789] funny characters in documentation comments

2011-09-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51789

Vincent Hennebert  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Vincent Hennebert  2011-09-12 
14:21:04 UTC ---
Java files must not contain characters outside the ASCII range.

Patch applied in rev. 1169758:
http://svn.apache.org/viewvc?view=revision&revision=1169758

Thanks!
Vincent

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51789] funny characters in documentation comments

2011-09-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51789

--- Comment #1 from Christopher Yeleighton  2011-09-09 
11:49:57 UTC ---
Created attachment 27476
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27476
corrects three invalid character warnings

I did not examine all source files for encoding correctness and I am afraid
that when built in the environment of Bug 51780 encoding errors may go
undetected.  However, at least one of the source files contains multi-byte
characters correctly encoded as UTF–8 [1].

The patch itself contains a warning that the last line in one source file is
unterminated  [2].

___
[1]
fop-1.0/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfExtraRowSet.java
[2] fop-1.0/src/java/org/apache/fop/afp/fonts/FopCharacterSet.java

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.