| Time | S | Nick | Message | 
        
| 05:56 |  |  | HEGX64 joined ##friendlyjava | 
        
| 06:26 |  |  | mr_lou joined ##friendlyjava | 
        
| 08:44 |  |  | aditsu joined ##friendlyjava | 
        
| 08:50 |  | aditsu | hmm, some people have been naughty while I wasn't here | 
        
| 09:08 |  | mr_lou | They have? | 
        
| 14:29 |  |  | cofo joined ##friendlyjava | 
        
| 15:08 |  | SpruceLooseDeuce | They have. | 
        
| 16:23 |  | aditsu | any ideas about this? http://stackoverflow.com/questions/33107067/unicode-supplementary-planes-in-javafx | 
        
| 16:37 |  | mr_lou | No, but I could give you an up-vote... | 
        
| 16:43 |  | pdurbin | some discussion at http://irclog.greptilian.com/sourcefu/2015-10-13 | 
        
| 17:45 |  |  | bluezone joined ##friendlyjava | 
        
| 18:30 |  | * mr_lou | doesn't trust fonts. | 
        
| 18:30 |  | mr_lou | I always use bitmap fonts. | 
        
| 18:31 |  | aditsu | haha :) | 
        
| 18:31 |  | aditsu | I have unifont installed, it's jarringly pixellated :p | 
        
| 18:32 |  | aditsu | anyway, it's not really a font problem | 
        
| 18:32 |  | mr_lou | JavaFX is web, right? | 
        
| 18:32 |  | aditsu | no, or not mainly | 
        
| 18:32 |  | aditsu | I'm using it for desktop GUI | 
        
| 18:33 |  | aditsu | it's basically the new Swing | 
        
| 18:33 |  | mr_lou | The only time I've had such problem with web, was encoding problems. The HTML file itself needs to be saved as utf8 or iso8859-1 or whatever you're using, and it also needs to be defined within the HTML file. If using server side PHP, then also define it in a header(). But that of course doesn't help you. | 
        
| 18:33 |  | mr_lou | That's my only experience. | 
        
| 18:34 |  | aditsu | it's not a "problem with web" | 
        
| 18:34 |  | mr_lou | Maybe a problem like that with the api you're using, in which case you can't do anything about it - except roll your own. | 
        
| 18:35 |  | * mr_lou | goes back to Netflix. | 
        
| 18:35 |  | mr_lou | Having a relaxing evening. | 
        
| 18:36 |  | mr_lou | But what I wanted to say was, try setting another encoding where you can and see if that change anything. Maybe that API is expected a certain encoding. | 
        
| 18:36 |  | mr_lou | Sorry I can't help. | 
        
| 18:36 |  | mr_lou | Ok, Netflix here I come. | 
        
| 18:36 |  | mr_lou | *afk* | 
        
| 18:38 |  | aditsu | the "API" is expecting strings, not byte arrays, so there's nothing related to encoding.. anyway, thanks | 
        
| 20:02 |  | usandfriends | aditsu: have an upvote | 
        
| 20:03 |  | aditsu | thanks |