Skip to content

Commit

Permalink
utf-8 encoding! fixes a few problems with special characters
Browse files Browse the repository at this point in the history
also fixes the bug where the pokemon list wouldn't appear after start
unless you typed something in the search box.
  • Loading branch information
wullxz committed Aug 4, 2016
1 parent 24de588 commit bd0ecf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
eclipse.preferences.version=1
encoding//src/me/corriekay/pokegoutil/windows/PokemonTab.java=UTF-8
encoding/<project>=UTF-8
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<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/maven-4.0.0.xsd">
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>PokeGoBot</groupId>
<artifactId>PokeGoBot</artifactId>
Expand Down

0 comments on commit bd0ecf0

Please sign in to comment.