changeset 47:f4eb7fd098c4

UTF-8 Pack Method packUConv()/unpackUConv() add
author fuchita
date Tue, 13 Nov 2007 17:36:27 +0900
parents 4fdeeb2d5645
children b4991de8e83a
files rep/REPPacketSend.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rep/REPPacketSend.java	Tue Nov 13 17:35:43 2007 +0900
+++ b/rep/REPPacketSend.java	Tue Nov 13 17:36:27 2007 +0900
@@ -55,6 +55,7 @@
 			e.printStackTrace();
 		}
 		
+		System.out.println("UTF-8: Set REPComand textlen(Byte) : " + (buffer.position() - pos-4));  
 		//Encoded string length set
 		buffer.putInt(pos, (buffer.position()-pos-4));
 		buffer.flip();