findbugs compilation warning about unmappable character in name

View: New views
4 Messages — Rating Filter:   Alert me  

findbugs compilation warning about unmappable character in name

by Bill Pugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

N���h^��ެ�(���z�^~)^�*.º-x��z�b� ay�%��"� �x�� �ך��� h����Z����Ycj���?��!�����(�Oߊw[� ?��?�����w�,��u����޵�-��z�cj�j�x.�f����y�Z��-z���ܡا�D��6�i(�*�B�M=N��>�ejHڽ�#j���?��!�����(�Oߊw[� ?��?�����w�,��u����r�y�n���i���ޥ��zw"z�޲�ڽ��j�� ���ii�^r�i�^��+zw(v)�Q1|���p*)ʸ��ж�OS�k�YZ�X�u���جr�,����x%��E�w[� ��.�ɜ}���.�ם�m��������ܲ�yۿ�������+-�w���u���جr�

Re: findbugs compilation warning about unmappable character in name

by Daniel Schneller-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

)e�禲X�z�^���q�$k'��"��ڝ�i�'"��ܡا��+�����y�z�-�)e�ǭ��ej��g^}����^�w�z+ly鬶����+Q1|zw(u�l���z���^~)^�+\�jej)�i�.��z��m���Ưyا
�v�j+������Ȧ�V�N����wm�+"�
.���i�ⱦ�z�+z���楕�z�hm��j�!~�ĝ��x"��^�b�ǩ��ޭ��{�v���)yȟ�D���i�'"�\���^{_�W��+jv޲�+y֬j���-������m�x���*ly��r���b��^�8b�
.�֥���*'z�v+Z��(���z�ڟ*ej��l"�.��^��~�ܢ{ޮȨ�ßr���蟶�y��~)^�X�z�^�w�zZ0���)e�睶��r��z�^v;��j��颜G%��o&�v)�j�Zq�(��!z������azf�j)��TL_z)��y�קr�b�
+���g��)�)��'����!�W����z��yg�i�a��k��^��&{'��Ơ�)躷(���ɫ0zYp���g�z�e{���^��0�Ɯn�$��ˊ{��+-zk�{k���y�(u�h�����+��ޗ%���0�ׯzZ)���1�jx�����N��OZ�_v����
��虫��޽��r���W�����2��+�׈���)���Yh�)�j�x�(�y�(�0����譅�i��ڽ�?~����!�
+���������x���n����?~)�n�,�7�y�h��޲�ڽ��j�� ���ii�^r�i�^��+zw(v)�Q1|���p*)ʸ��ж�OS�k�YZ�6�i�ڽ�?~����!�
+���������x���n����?~)�n�,�܆+^r۫{��rF�x7�zw^�Ȟ�7��6�k|�x����j�ZnW����r׫~�ޝ��xL_#j�
�r�(!�-������V�)�n�,v+��&j)b� b��b����b�ˬ�gy�rr˦u�n��i���j)fjw,�g^v��j)fj��b��?~)�n�,v+��jx��'!��ez�lu��z[�w���ܢhm���� jx���!��ez�(���h̒@����0�����v�az�����'�)�n�,v+��&j)b� b��b����b�ˬ�gy�rr˦u�n��i���j)fjw,�g^v��j)fj��b��?~)�n�,v+��

Re: findbugs compilation warning about unmappable character in name

by findbugs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Aug 01, 2009 at 12:24:28AM +0200, Daniel Schneller wrote:
> it would be advisable to require all files to be UTF-8 (search for Encoding
> in the Eclipse preference window) and specify UTF-8 explicitly in the Ant
> file

Another way out might be to side-step the whole issue by forbidding
non-ascii characters in code and using \u-notation instead. Some files
(such as DetectorsTest) already read 'Tom\u00e1s Pollak'.

It might be a 'chicken way out', but there's so many places where encoding
errors can occur (IDE's, other tools (like diffing tools), the version
control system and its related scripts, etc.), I rather like avoiding them
entirely. Even if it does look a bit silly :).


Arnout
_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
https://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss

Re: findbugs compilation warning about unmappable character in name

by Tomas-35 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I've escaped the 'á' character with the unicode sequence.

I also don't mind if you want to write my name without the accent, after all I don't like encoding problems either :)

Cheers,
Tom\u00e1s


From: Bill Pugh <pugh@...>
To: Tomas Pollak <tomas_pollak@...>
Cc: "findbugs-discuss@... discuss" <findbugs-discuss@...>
Sent: Friday, July 31, 2009 2:23:19 PM
Subject: findbugs compilation warning about unmappable character in name

Tomas,
  Whenever I compile the files you wrote, I'm getting the following warning?

  Any ideas on how to make it happy?

Bill



    [javac] /fs/pugh/pugh/work/findbugs/src/junit/edu/umd/cs/findbugs/DetectorsTest.java:3: warning: unmappabl
e character for encoding UTF8
    [javac]  * Copyright (C) 2009, Tom�s Pollak
    [javac]                          ^
    [javac] /fs/pugh/pugh/work/findbugs/src/junit/edu/umd/cs/findbugs/architecture/PackageDependenciesTest.jav
a:3: warning: unmappable character for encoding UTF8
    [javac]  * Copyright (C) 2009, Tom�s Pollak



_______________________________________________
Findbugs-discuss mailing list
Findbugs-discuss@...
https://mailman.cs.umd.edu/mailman/listinfo/findbugs-discuss