Skip to content

Instantly share code, notes, and snippets.

View PhoenixPeca's full-sized avatar
🎯
Focusing

Phoenix Eve Aspacio PhoenixPeca

🎯
Focusing
View GitHub Profile
@lesstif
lesstif / unicode-escaped-decode.php
Last active September 7, 2018 22:51
unicode escaped string(Ex: "\ub85c") decoding example. useful for traditional java message bundle property files.
<?php
/*
spring bean configuration needed p:defaultEncoding="UTF-8"
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"
p:cacheSeconds="5"
p:defaultEncoding="UTF-8"
p:basenames="/WEB-INF/message/" />
*/