Difference between revisions of "User:Pavila"
From OpenKM Documentation
Line 1: | Line 1: | ||
OpenKM Core developer. | OpenKM Core developer. | ||
+ | |||
+ | <source lang="java"> | ||
+ | import java.util.*; | ||
+ | import java.nio.charset.*; | ||
+ | |||
+ | print("Charset: " + Charset.defaultCharset()+"<br/>"); | ||
+ | print("Locale: " + Locale.getDefault()+"<br/>"); | ||
+ | </source> | ||
== TO DO == | == TO DO == |
Revision as of 11:11, 16 July 2012
OpenKM Core developer.
import java.util.*;
import java.nio.charset.*;
print("Charset: " + Charset.defaultCharset()+"<br/>");
print("Locale: " + Locale.getDefault()+"<br/>");
TO DO
- http://doc.ubuntu.com/ubuntu/serverguide/C/libvirt.html
- http://yoadminsis.blogspot.com/2010/05/kvm-y-libvirt-bin-en-kubuntu-lucid-lynx.html
- http://www.eslomas.com/index.php/archives/2008/10/06/migrando-de-xen-a-kvm-en-ubuntu/