Categorías
- 15m
- adsense
- blogging
- consumo
- desarrollo y programación
- .htaccess
- .net
- ajax
- ajax.net
- ant
- apache
- ascii
- bases de datos
- bbpress
- css
- delphi
- dom
- dreamweaver
- eclipse
- emule
- expr. regulares
- firefox
- formularios web
- ftp
- gmail
- google-gwt
- hibernate
- html
- iis
- internet explorer
- java
- javascript
- librerias
- linux
- microformats
- ofimática
- php
- servicios web
- ssl
- ubuntu
- vbscript
- wiki
- wordpress
- xampp
- xml
- economía
- hardware
- hogar
- matemáticas
- motos
- ofertas
- opinión
- recetas
- salud
- Sin categoría
- sistemas operativos
- tecnologia
- tramites y legislación
Unmappable character for encoding UTF8
When building / compiling a Java application with Ant, the warning:
warning: unmappable character for encoding UTF8indicates, that the compiler cannot recognize characters on the source files, this is normaly due of using a diferent encoding in the compiler (javac ant task).
This can be solved by specifying the same encoding used on the source files (ISO-8859-1).
On the ant task, in the command line starting with
<javacit has to be added the property encoding=”8859_1″Otros artículos de esta serie:
[seriesposts show_date=0 order=asc]