英語版はこんな感じらしい [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! 原因: ソースの文字コードを指定していないから これはつまり、文字コードが指定されていないので、プラットフォームの文字コード(WindowsなのでMS932(CP9...
DOCTYPE html> Currency Lister <%!intcounter; Set<Currency> currencies = Currency.getAvailableCurrencies(); %> <% counter =1;for(Currency currency : currencies){ %> Currency is <%= currency.toString() %> <% counter++; } %> There are <%= counter %> cur...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xsl:stylesheet [ <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > ]> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sparql="http://www.w3.org/2005/sparql-results#" xmlns="http://www....
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd...