changeset 9335:de287fe94511

lang & country codes from ISO & utf8 requirement (ideas from Tobias Diedrich <td at sim dot uni-hannover dot de> btw, sorry that i didn mention the names of the ppl from whom all the past ideas came from ...
author michael
date Sat, 08 Feb 2003 09:07:13 +0000
parents f6007efc714f
children 4d39aa85a723
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Sat Feb 08 02:58:35 2003 +0000
+++ b/DOCS/tech/mpcf.txt	Sat Feb 08 09:07:13 2003 +0000
@@ -48,6 +48,7 @@
 	for(i=0; i<length; i++){
 		data[i]				u(8)
 	}
+	Note: strings MUST be encoded in utf8
 
         
 f(x)	n fixed bits
@@ -224,8 +225,11 @@
 	needed
         
 language_code 
+	ISO 639 and ISO 3166 for language/country code
 	something like "usen" (US english), can be 0
 	if unknown
+	see http://www.loc.gov/standards/iso639-2/englangn.html
+	and http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html
 
 time_base_nom / time_base_denom = time_base
 	the number of timer ticks per second, this MUST be equal to the fps
@@ -498,3 +502,4 @@
 audio_stream_header (stream 3, audio    jpjp, timebase 1 , lsb_timestamp_length=8)
 audio_stream_header (stream 4, audio    usen, timebase 1 , lsb_timestamp_length=8)
 index (stream 0)
+