summaryrefslogtreecommitdiff
path: root/Ivy/IvyUDPStreamV3.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyUDPStreamV3.cs')
-rw-r--r--Ivy/IvyUDPStreamV3.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ivy/IvyUDPStreamV3.cs b/Ivy/IvyUDPStreamV3.cs
index 63a8679..8f48f3b 100644
--- a/Ivy/IvyUDPStreamV3.cs
+++ b/Ivy/IvyUDPStreamV3.cs
@@ -17,8 +17,8 @@ namespace IvyBus
public IvyUDPStreamV3(Socket _socket) : base( _socket , PROCOCOLVERSION )
{
- input = new StreamReader(in_stream, Encoding.ASCII);
- output = new StreamWriter(out_stream, Encoding.ASCII);
+ input = new StreamReader(in_stream, Ivy.ivyEncoding);
+ output = new StreamWriter(out_stream, Ivy.ivyEncoding);
}
/*
* message Syntax: