properties.properties 589 B

123456789101112131415
  1. # You are reading the ".properties" entry.
  2. ! The exclamation mark can also mark text as comments.
  3. # The key and element characters #, !, =, and : are written with a preceding backslash to ensure that they are properly loaded.
  4. website = http\://en.wikipedia.org/
  5. language = English
  6. # The backslash below tells the application to continue reading
  7. # the value onto the next line.
  8. message = Welcome to \
  9. Wikipedia!
  10. # Add spaces to the key
  11. key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
  12. # Unicode
  13. tab : \u0009
  14. empty-key=
  15. last.line=value