mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-29 16:14:58 +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