mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 10:23:28 +00:00
Sample code shows that String.length() can be passed to a DatagramPacket along with String.getBytes(), but is incorrect for non-ASCII Strings. Reviewed-by: martin, chegar